Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

MongoDB 6.1+ support #85

Merged
merged 2 commits into from
Oct 7, 2024
Merged

MongoDB 6.1+ support #85

merged 2 commits into from
Oct 7, 2024

Conversation

isertic
Copy link
Contributor

@isertic isertic commented Jul 12, 2024

This are the required changes to ensure that everything works with mongoDB 6.1 and greater.

Removed "--nojournal" when running test - https://www.mongodb.com/docs/manual/core/journaling/

Removed https://github.com/globalsign due to lack of support for mongodb 6.1+ and replaced it with the official mongo-driver

Adjusted mdb2/mdb.go due to use of the bsonx subpackage whose parts got deprecated (https://github.com/mongodb/mongo-go-driver/tree/v1/x#readme)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants